home *** CD-ROM | disk | FTP | other *** search
/ European High School Girl / European High School Girl.iso / mac / EURO_1 / PRG / JESSICA.DXR / 00078.ls < prev    next >
Encoding:
Text File  |  1996-03-09  |  221 b   |  12 lines

  1. on mouseDown
  2.   set the ink of sprite 9 to 4
  3.   updateStage()
  4.   repeat while the stillDown
  5.     nothing()
  6.   end repeat
  7.   set the ink of sprite 9 to 8
  8.   updateStage()
  9.   set the timeoutScript to EMPTY
  10.   go(1, "KATJA.DXR")
  11. end
  12.